home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Audio / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  2.1 KB  |  71 lines

  1. |loadsound|
  2. windowtitle `LoadSound "filename" {,"SoundName"}
  3. printlf `Loads an 8SVX sampled sound.  An Optional
  4. printlf `"SoundName" may be given for internal
  5. printlf `reference.  The sound may then be played
  6. print   `using `
  7. subject `PlaySound`PlaySound`
  8. print ` or `
  9. subject `PlaySoundSequence`PlaySoundSequence`
  10. print `.`
  11. end
  12.  
  13. |playsound|
  14. windowtitle `PlaySound "Sound Name" {,AudioFlags {,<period>} }
  15. printlf `Plays a sound.  "Sound Name" can refer to
  16. print `a sound preloaded with `
  17. subject `LoadSound`LoadSound`
  18. printlf ` or a file`
  19. printlf `on a disk.  The AudioFlags are CONTINUOUS,
  20. printlf `WAIT, QUEUE and QUEUEPREVIOUS. See page 6-43
  21. printlf `for more details about the flags and period.
  22. print `SEE ALSO: `
  23. subject `PlaySoundSequence`PlaySoundSequence`
  24. end
  25.  
  26. |playsoundseq|
  27. windowtitle `PlaySoundSequence "Document Name" {,AudioFlags {,<period>} }
  28. printlf `Plays a list of sounds.  Each sound must be
  29. printlf `on a separate line of the list.  The Audio
  30. printlf `Flags are CONTINUOUS, WAIT, QUEUE and
  31. printlf `QUEUEPREVIOUS.  See page 6-43 for more
  32. printlf `information on the AudioFlags and Period.
  33. print `SEE ALSO: `
  34. subject `PlaySound`PlaySound`
  35. end
  36.  
  37. |setvolume|
  38. windowtitle `SetVolume <volume> {,<channel>}
  39. printlf `Sets the volume for subsequently played
  40. printlf `sounds, but not of the currently playing
  41. printlf `sound.  The volume is between 0 and 64.
  42. printlf `If channel is not specified then all
  43. printlf `channels will be effected.
  44. print `SEE ALSO: `
  45. subject `SetChannel`SetChannel`
  46. end
  47.  
  48. |setchannel|
  49. windowtitle `SetChannel <channel>
  50. printlf `Specifies the channel that is used for
  51. print   `the next `
  52. subject `PlaySound`PlaySound`
  53. print ` or `
  54. subject `PlaySoundSequence`PlaySoundSequence`
  55. printlf 
  56. printlf `command.  Normally these commands use
  57. printlf `any available channel.  NOTE: if any
  58. printlf `other application is using the <channel>
  59. printlf `the sound will not be played.`
  60. end
  61.  
  62. |audio|
  63. windowtitle `Audio Â«logical expression»
  64. printlf `Turn all Audio Channels ON or OFF.
  65. printlf `If the logical expression evaluates
  66. printlf `to TRUE the channels will be turned on.
  67. printlf `Otherwise they will be turned off.
  68. end
  69.  
  70.  
  71.